home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / submenu / 00331.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  120 b   |  9 lines

  1. on exitFrame
  2.   global NextMovie
  3.   if the soundBusy of 1 then
  4.     go(the frame)
  5.   else
  6.     go(1, NextMovie)
  7.   end if
  8. end
  9.